-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(translationtool): add Python support for translations #629
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Andrey Borysenko <[email protected]>
aa364b1
to
74f2b48
Compare
Do this apps need the other bits as well (info.xml, php, js, vue), or are they Python only and could be translated directly from Python to Transifex? |
The only thing I forgot is that we need to adjust CI for such apps on what is committed to repository from transifex, in particular keep |
We definitely don't want this for the other apps. Is python reading it directly from there? |
Maybe we need to add a new "category"/"type" then which simply runs a bit of another workflow. Any file which we can check existance for? |
Yes. For sure you can implement it in different way, but it would be similar to how it's done in Nextcloud, by converting translations into needed format from
Any file to check to detect this "ExApps category"? Well, for example ExApp's |
Should be able to get that yeah, similar to |
As the Python language is mostly used in ExApps (AppAPI) for now - introduce support for it in translationtool.